home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / Adventure Stack ••• / Adventure Stack еее / card_9678.txt < prev    next >
Text File  |  1990-10-02  |  1KB  |  47 lines

  1. -- card: 9678 from stack: in
  2. -- bmap block id: 8378
  3. -- flags: 0000
  4. -- background id: 2723
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=16 top=311 right=337 bottom=159
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Try talking to it
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   answer "What will I say?" with "Hi There" or "Down Boy"
  23.   if it is "Hi There" then go to card "The Cave"
  24.   if it is "Down Boy" then go to card 3
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8003
  32. -- rect: left=395 top=314 right=336 bottom=495
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Shoot it
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   answer "You've got to be kidding" with "Sorry"
  44.   go to card "The Cave"
  45. end mouseUp
  46.  
  47.